confirm Password Reset
open suspend fun confirmPasswordReset(collection: String, passwordResetToken: String, password: String, passwordConfirm: String): Boolean
Confirms a password reset request and sets a new auth record password.
Parameters
collection
ID or name of the auth collection.
password Reset Token
The token from the password reset request email.
password
The new auth record password to set
password Confirm
New auth record password confirmation.